
body {
	
	background-color: rgb(128, 255, 0);
}
h1 {
	text-align: center;
}

h2 {
	text-align: center;
	
}



/*home page image*/
.mainPage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 300px;
	border-radius: 40px;	
} 
/*label on home page image*/
.frontimg {
	position: relative;
}

.bottomright {
  position: absolute;
  bottom: 8px;
  right: 500px;
  font-size: 12px;
  color: white;

}

.end {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 300px;
	border-radius: 40px;	
} 

.endimg {
	position: relative;
}

.top {
  position: absolute;
  bottom: 255px;
  right: 610px;
  font-size: 32px;
  color: white;

}

/*Geolocation size*/
#embedMap {
	
	width: 300px;
	height: 200px;
	float: right;
	
}

h4 {
	
	color:red;
}

/*table on home page */
.table td, th {
	border: 1px solid black;
	width: 40%;
	padding: 5px;
	background-color: rgb(255, 255, 0);
}

/*table on discus page */
.table1 td, th {
	border: 1px solid black;
	width: 400px;
	padding: 5px;
	background-color: rgb(255, 255, 0);
	text-align:left;

}

/*table on the access page- fish tank*/
.tableOne td,th {
	border: 1px solid black;
	width: 200px;
	padding: 5px;
	background-color: rgb(255, 255, 0);
	text-align:left;
}


/*Price list table*/

.tablePrice td, th{
	
	border: 1px solid black;
	width: 250px;
	padding: 5px;
	background-color: rgb(255, 255, 0);
	text-align:left;
	
}

/*listprice tabel positition*/
.listprice {
	margin-left: 380px;
}


/*discu row */

.price {
	margin-left: 300px;
}

.list {
	font-size: 10px;

}

.dir {
	cursor: pointer;
	border-radius: 40px;
}

/*links to other pages-bottom of the webpage*/
.pagelink {
  background-color: yellow; 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagelink li {
  display: inline-block;
  font-size: 12px;
  padding: 20px;
}

.source {
	display: inline-block;
}

.url {
  display: inline-block;
}

/*discus images on the webpage*/
.discus {
	position: relative;
	margin-left: 40px;
	
}
/*caption on the discus images*/
.firstmid {
	position: absolute;
	bottom: 20px;
	right: 1210px;
	font-size: 16px;
	color: white;
}

.secondmid {
	position: absolute;
	bottom: 20px;
	right: 960px;
	font-size: 16px;
	color: yellow;
}

.thirdmid {
	position: absolute;
	bottom: 20px;
	right: 645px;
	font-size: 15px;
	color: red;
}

.fourthmid {
	position: absolute;
	bottom: 20px;
	right: 400px;
	font-size: 16px;
	color: yellow;
}

.firthmid {
	position: absolute;
	bottom: 20px;
	right: 110px;
	font-size: 16px;
	color: black;
}

/*discus images*/
.panda {
	
	border-radius: 10px;
	border: 4px solid red;
	padding: 4px;
}

.green {

	border-radius: 10px;
	border: 4px solid red;
	padding: 4px;
}

.red {

	border-radius: 10px;
	border: 4px solid red;
	padding: 4px;
}

.brown{

	border-radius: 10px;
	border: 4px solid red;
	padding: 4px;
}

.golden{

	border-radius: 10px;
	border: 4px solid red;
	padding: 4px;
}

.sales {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 300px;
	border-radius: 40px;	
} 

.acessimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 300px;
	border-radius: 40px;	
} 

/*disucs sales image*/

.discusSale img {
	border-radius: 10px;
	padding: 4px;
	
}

/*Image on supplies web page*/

.cleaning {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 300px;
	border-radius: 40px;
}

.special {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
	
}


.sale {
	border-radius: 10px;
}


/*Contact form*/
input[type=text]{
	
	border: 2px solid red;
	border-radius: 4px;
	background-color: rgb(255, 252, 235);
	color: black;
	width: 300px;
	height: 30px;
	cursor: pointer;
	
}

body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=reset] {
	
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  margin: 10px 1px;
  cursor: pointer;
  border-radius: 10px;
  
}

input [type=reset]:hover{
	background-color: #45a049;
}
  
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


.checkout {
	font-size: 16px;
	color: red;
	font-style: italic;
}



/* checkout form*/

.checkoutfinal {
	text-align: left;
	font-size: 17px;
}

body {
  font-family: Arial;
  font-size: 17px;
  padding: 8px;
}

* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}
}

